Vcenter Deployment Install InstallSpec
Vcenter Deployment Install InstallSpec
The Vcenter Deployment Install InstallSpec schema contains information used to configure the appliance installation.
This schema was added in vSphere API 6.7.
JSON Example
{
"vcsa_embedded": {
"standalone": {
"sso_admin_password": "string",
"sso_domain_name": "string"
},
"replicated": {
"partner_hostname": "string",
"https_port": 0,
"sso_admin_password": "string",
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"ssl_verify": false
},
"ceip_enabled": false
},
"auto_answer": false
}
vcsa_embedded
Required
Spec used to configure an embedded vCenter Server. This field describes how the embedded vCenter Server appliance should be configured.
This property was added in vSphere API 6.7.
boolean
auto_answer
Optional
Use the default option for any questions that may come up during appliance configuration.
This property was added in vSphere API 6.7.
If missing or null
, will default to false.
Returned By